home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / share / glchess / save_game.ui < prev   
Extensible Markup Language  |  2009-09-22  |  6KB  |  129 lines

  1. <?xml version="1.0"?>
  2. <interface>
  3.   <requires lib="gtk+" version="2.16"/>
  4.   <!-- interface-naming-policy toplevel-contextual -->
  5.   <object class="GtkDialog" id="save_dialog">
  6.     <property name="visible">True</property>
  7.     <property name="border_width">5</property>
  8.     <property name="title" translatable="yes" comments="Title of save game dialog">Save Chess Game</property>
  9.     <property name="type_hint">dialog</property>
  10.     <property name="has_separator">False</property>
  11.     <signal name="response" handler="_on_response"/>
  12.     <child internal-child="vbox">
  13.       <object class="GtkVBox" id="dialog-vbox3">
  14.         <property name="visible">True</property>
  15.         <property name="spacing">24</property>
  16.         <child>
  17.           <object class="GtkTable" id="error_box">
  18.             <property name="border_width">6</property>
  19.             <property name="n_rows">2</property>
  20.             <property name="n_columns">2</property>
  21.             <property name="column_spacing">6</property>
  22.             <property name="row_spacing">6</property>
  23.             <child>
  24.               <object class="GtkImage" id="image1">
  25.                 <property name="visible">True</property>
  26.                 <property name="xalign">0</property>
  27.                 <property name="yalign">0</property>
  28.                 <property name="icon_name">gtk-dialog-warning</property>
  29.                 <property name="icon-size">6</property>
  30.               </object>
  31.               <packing>
  32.                 <property name="bottom_attach">2</property>
  33.                 <property name="x_options">GTK_FILL</property>
  34.               </packing>
  35.             </child>
  36.             <child>
  37.               <object class="GtkLabel" id="error_title_label">
  38.                 <property name="visible">True</property>
  39.                 <property name="xalign">0</property>
  40.                 <property name="label"><big><b>Error Title</b></big></property>
  41.                 <property name="use_markup">True</property>
  42.               </object>
  43.               <packing>
  44.                 <property name="left_attach">1</property>
  45.                 <property name="right_attach">2</property>
  46.                 <property name="y_options">GTK_FILL</property>
  47.               </packing>
  48.             </child>
  49.             <child>
  50.               <object class="GtkLabel" id="error_description_label">
  51.                 <property name="visible">True</property>
  52.                 <property name="xalign">0</property>
  53.                 <property name="label"><i>Error description</i></property>
  54.                 <property name="use_markup">True</property>
  55.               </object>
  56.               <packing>
  57.                 <property name="left_attach">1</property>
  58.                 <property name="right_attach">2</property>
  59.                 <property name="top_attach">1</property>
  60.                 <property name="bottom_attach">2</property>
  61.               </packing>
  62.             </child>
  63.           </object>
  64.           <packing>
  65.             <property name="expand">False</property>
  66.             <property name="position">1</property>
  67.           </packing>
  68.         </child>
  69.         <child>
  70.           <object class="GtkFileChooserWidget" id="filechooser">
  71.             <property name="visible">True</property>
  72.             <property name="action">save</property>
  73.             <signal name="file_activated" handler="_on_file_activated"/>
  74.           </object>
  75.           <packing>
  76.             <property name="position">2</property>
  77.           </packing>
  78.         </child>
  79.         <child internal-child="action_area">
  80.           <object class="GtkHButtonBox" id="dialog-action_area3">
  81.             <property name="visible">True</property>
  82.             <property name="layout_style">end</property>
  83.             <child>
  84.               <object class="GtkButton" id="cancelbutton1">
  85.                 <property name="label">gtk-cancel</property>
  86.                 <property name="visible">True</property>
  87.                 <property name="can_focus">True</property>
  88.                 <property name="can_default">True</property>
  89.                 <property name="receives_default">False</property>
  90.                 <property name="use_stock">True</property>
  91.               </object>
  92.               <packing>
  93.                 <property name="expand">False</property>
  94.                 <property name="fill">False</property>
  95.                 <property name="position">0</property>
  96.               </packing>
  97.             </child>
  98.             <child>
  99.               <object class="GtkButton" id="okbutton1">
  100.                 <property name="label">gtk-save</property>
  101.                 <property name="visible">True</property>
  102.                 <property name="can_focus">True</property>
  103.                 <property name="can_default">True</property>
  104.                 <property name="has_default">True</property>
  105.                 <property name="receives_default">False</property>
  106.                 <property name="use_stock">True</property>
  107.               </object>
  108.               <packing>
  109.                 <property name="expand">False</property>
  110.                 <property name="fill">False</property>
  111.                 <property name="position">1</property>
  112.               </packing>
  113.             </child>
  114.           </object>
  115.           <packing>
  116.             <property name="expand">False</property>
  117.             <property name="pack_type">end</property>
  118.             <property name="position">0</property>
  119.           </packing>
  120.         </child>
  121.       </object>
  122.     </child>
  123.     <action-widgets>
  124.       <action-widget response="-6">cancelbutton1</action-widget>
  125.       <action-widget response="-5">okbutton1</action-widget>
  126.     </action-widgets>
  127.   </object>
  128. </interface>
  129.